net/http.http2serverConn.state (method)

5 uses

	net/http (current package)
		h2_bundle.go#L4484: func (sc *http2serverConn) state(streamID uint32) (http2streamState, *http2stream) {
		h2_bundle.go#L5006: 		if state, _ := sc.state(wr.StreamID()); state == http2stateClosed && !isReset {
		h2_bundle.go#L5398: 		state, st := sc.state(f.StreamID)
		h2_bundle.go#L5429: 	state, st := sc.state(f.StreamID)
		h2_bundle.go#L5584: 	state, st := sc.state(id)